PATH 
Mac OS 8 and 9 Developer Documentation > Text and Other International Services > Apple Type Services for Unicode Imaging (ATSUI) > Apple Type Services for Unicode Imaging Reference

     

Clear All Constant

You can pass this constant to the following functions to remove previously set values from a style object: to ATSUClearAttributes to remove style run attributes, to ATSUClearFontFeatures to remove font features, and to ATSUClearFontVariations to remove font variations.

You can also use this constant to remove previously set text layout attributes: to ATSUClearLineControls, to remove text layout attributes from a single line of a text layout object, and to ATSUClearLayoutControls to remove text layout attributes from every line in a text layout object.

enum {
    kATSUClearAll           = (long)0xFFFFFFFF
};

Constant description

kATSUClearAll
Removes all previously set values from a style object, a single line, or a text layout object.
VERSION NOTES
Available beginning with ATSUI 1.0.


© 2000 Apple Computer, Inc. – (Last Updated 25 Jan 00)